This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
Subject: ADODB.Connection: Operation is not allowed when the object is closed.
Feedback Type: Problem
Product Area: Designer Client
Technical Area: Application development
Platform: Not Applicable
Release: All
Reproducible: Always
I am trying to connect with oracle10g database using ADODB but its not connecting. code snippets is :
oConn As Variant
oCmd As Variant
oRs As Variant
Set oConn = CreateObject("ADODB.Connection")
Set oCmd=CreateObject("ADODB.Command")
Set oRs=CreateObject("ADODB.Recordset")
oConn.Open |Provider=OraOLEDB.Oracle;
Password=|& Password&|;
User ID=|& Username&|;
Data Source=|& Data source&|;
Persist Security Info=True|
Feedback number WEBB8TUC8S created by ~Arnold Nimgeroskiings on 04/30/2012
Status: Open
Comments: